simple verilog digital circuits sampels (halfAdder, fullAdder, ALSU , ...)
-
Updated
Jun 9, 2023 - Verilog
simple verilog digital circuits sampels (halfAdder, fullAdder, ALSU , ...)
All the fundamental generic verilog modules in one repository. These are fundamentals by my standard, so feel free to suggest more.
Verilog Code Challenge – KVLSI Kohort 2
Verilog Programs
32-bit ALU design for MIPS.
VHDL(Verilog Hardware Description Language) is a programming language using which one can simulate hardware circuits
ALU register implementation and added functionalities for shifts
This repository is basic start of building your own processor using verilog (hdl).
Gate-level implementation of a 2-to-1 multiplexer using Verilog, complete with a testbench, truth table validation, and waveform analysis for beginners in digital logic design.
This repository contains the Verilog design and testbench for a 4x1 Multiplexer. It uses two select lines to choose one of the four inputs (A0–A3) and drive it to a single output based on the logic expression: Y = S1’S0’A0 + S1’S0A1 + S1S0’A2 + S1S0A3
Implements a hierarchical 1-to-16 demultiplexer using a 1x2 and two 1x8 demux blocks in Verilog. Directs a single input signal to one of 16 outputs based on select lines. Features: Hierarchical Verilog modules (1x2 and 1x8), Behavioral testbench for all 16 select combinations, Graph-based output verification
Compiled set of verilog codes for beginners. Can help you with getting started with basics of verilog.
A collection of Verilog code examples, perfect for beginners or anyone looking to learn Verilog. These examples are based on my homework assignments from my university and include comments and explanations to help you understand the code better. Check out the link below for more information about Verilog!! 👇
My Solutions to Digital-System-Design Practical Assignments
Add a description, image, and links to the mux topic page so that developers can more easily learn about it.
To associate your repository with the mux topic, visit your repo's landing page and select "manage topics."